home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / datasheets and manuals / Hardware / WHT / scsi / dsr_sources_2_2001 / 4rom_s < prev    next >
Text File  |  2006-10-19  |  519b  |  36 lines

  1. * ROM 4
  2. *
  3. * ROM 4 contains the following routines:
  4. *
  5. * WRITE
  6. *
  7. * April 22, 1995
  8. * David Nieters
  9.  
  10.        IDT  'ROM4'
  11.  
  12.        AORG >4000
  13.  
  14.        DATA WRITE0
  15.  
  16.        COPY "DSK7.EQU"
  17.        PAGE
  18.        COPY "DSK7.WRITE"
  19.        PAGE
  20.        COPY "DSK7.POSITION"
  21.        PAGE
  22.        COPY "DSK7.DSRERROR"
  23.        PAGE
  24.        COPY "DSK7.BANKIT"
  25.        PAGE
  26.        COPY "DSK7.ISFILEOPEN"
  27.        PAGE
  28.        COPY "DSK7.FLUSH"
  29.        PAGE
  30.        COPY "DSK7.ALLOCATE"
  31.        PAGE
  32.        COPY "DSK7.MISC"
  33.  
  34. BANKN  DATA >0400
  35.        END
  36.